API Reference
SIP Credentials

Revoke a SIP credential

DELETE
/v1/numbers/{id}/sip-credentials/{credential_id}

Deletes the credential row. The associated SIP user-agent can no longer register with this username. Caller must have writer access to the workspace.

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

id*string

Tenant number UUID.

Formatuuid
credential_id*string

SIP credential UUID.

Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08/sip-credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}