Skip to main content

Errors

Errors return a JSON body with a machine-readable type and a human-readable message. Branch on type, not on the message text.

Error body:

{  "error": {    "type": "partnerOrganization.member.removeOwner",    "message": "The owner of a client organization cannot be removed."  }}

Status

Meaning

400

Validation error or business constraint violated — for example requesting MSP usage as a VAR reseller, or deleting a client that is not in a deletable state.

401

Missing or invalid API key.

403

API key is valid but the organization is not allowed to access the API.

404

The referenced client, workspace, filespace, or member does not exist under the authenticated partner.

400

Meaning

Validation error or business constraint violated — for example requesting MSP usage as a VAR reseller, or deleting a client that is not in a deletable state.

401

Meaning

Missing or invalid API key.

403

Meaning

API key is valid but the organization is not allowed to access the API.

404

Meaning

The referenced client, workspace, filespace, or member does not exist under the authenticated partner.