v1
latestOpenAPI 3.0.12026-08-041753011.2 MBClient
Delete a client
delete/v1/workspaces/{workspaceId}/clients/{id}
Path parameters
idstring required
Represents a client identifier across the system.
Example:44a687e29ae1f428e7ebe305
Represents a client identifier across the system.
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Response
OK
Example response
{
"address": "Ground Floor, ABC Bldg., Palo Alto, California, USA 94020",
"ccEmails": [
"clientx@example.com"
],
"currencyId": "33t687e29ae1f428e7ebe505",
"email": "clientx@example.com",
"id": "44a687e29ae1f428e7ebe305",
"name": "Client X",
"note": "This is a sample note for the client.",
"workspaceId": "64a687e29ae1f428e7ebe303"
}