Revoke App Credential
DELETE /apps/{app_id}/credentials/{client_id}
DELETE
/apps/{app_id}/credentials/{client_id}
PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.
Revoke a service credential. A status flip, never a delete.
Deleting would erase the evidence that the credential ever existed, which is precisely what an incident review needs. Tokens already minted from it are NOT retroactively invalid — they expire on their own short TTL — but no new one can be minted.
Authorizations
Parameters
Path Parameters
app_id
required
string
client_id
required
string
Header Parameters
Responses
200
Successful Response
object
data
required
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string