Delete a clientCopy Pagedelete https://{hostname}/config/{app_id}/clients/{client_id}Deletes an existing API client. You can't delete any API client that has the owner feature.Path Paramsclient_idstringrequiredUnique identifier of the API client.app_idstringrequiredApplication ID. You can find your application ID on the Console's Manage Application page.Responses 204Successfully deleted. 400Not valid. 401Not authorized. 404Not found.Updated 2 months ago