Skip to content

Revoke an app password

DELETE
/api/app-passwords/{id}

Revoke a credential immediately — there is no session cache, so the next request using it fails. Revoking someone else's credential returns 404 rather than 403, so ids cannot be probed for existence.

Parameters

Path Parameters

id*

Credential id

Type
string
Required

Responses

Revoked

Samples