Remove Client from a Project
Remove an existing client to a specific project.
Endpoint
DELETE /projects/{project_uuid}/clients/{client_uuid}
Parameters
There are no parameters for this endpoint.
Response
A successful response will return a 200 OK status code and a success message.
{
"message": "Client successfully removed from project."
}