zenly/Documentation
Search documentation
English
API referenceClients

Archive a client

DELETE/v1/clients/{id}

Archiving is the delete this API offers. The profile stays, with status archived, because contracts, invoices and attendance all point at it.

Authorization

Any active key, sent as a bearer token. Keys are owner-equivalent, so there are no scopes to grant and nothing to configure per endpoint. See Authentication.

Parameters
idstring (uuid)pathREQUIRED

Edit any field above and the request updates as you type. Empty fields are left out.

Response fields
Errors

These apply to every endpoint on the API, not just this one. Errors covers the body shape.

401
Unauthorized

No bearer token, or a token that is unknown, revoked or expired. All four answer identically on purpose, so a caller probing tokens learns nothing about which is which.

402
Payment Required

The organization’s plan does not include the public API. It is available on Pro and above, and the check runs on every request, so a downgrade stops keys that were minted earlier.

403
Forbidden

The organization is not active.

429
Too Many Requests

The key is over its rate limit. Back off and retry.

500
Internal Server Error

Something failed on our side. The body carries a short sentence and never an internal error string, so quote your own request timestamp when reporting one.

stays in this tab
cURL
curl -X DELETE "https://api.zenly.app.br/v1/clients/019f9a89-62bf-750a-bdc0-375919dea60a" \
  -H "Authorization: Bearer $ZENLY_API_KEY"
Response204 No Content
null