Skip to main content
DELETE
Remove Client
Agency Plan Required - This endpoint is only available for teams on the Agency plan.

Endpoint

Path Parameters

Request Body

Response

Example Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Workspace ID

Body

application/json
email
string<email>
required

Email address of the client to remove

Example:

"client@example.com"

Response

Client removed successfully

message
string
Example:

"Client removed from workspace"

email
string
Example:

"client@example.com"

Last modified on January 22, 2026