Skip to main content
DELETE
/
api
/
clients
/
{id}
Deletar cliente
curl --request DELETE \
  --url https://alpa-sistema-api.onrender.com/api/clients/{id} \
  --header 'API-Key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usealpa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

API-Key
string
header
required

Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>

Path Parameters

id
string<uuid>
required

ID do cliente

Response

Cliente removido com sucesso