Integrations
Revoke integration tokens
Revokes the integration tokens with the given client ID.
DELETE
/v1/workspaces/{workspaceId}/integrations/{clientId}AuthorizationBearer <token>
OAuth2 authentication
In: header
Scope: workspace:admin, offline_access
Path Parameters
clientId*string
Match
^(itgr_)?([cC][^\s-]{8,}|[a-z0-9]+)$workspaceId*string
Match
^(wksp_)?([cC][^\s-]{8,}|[a-z0-9]+)$Response Body
application/json
application/json
curl -X DELETE "https://api.prisma.io/v1/workspaces/string/integrations/string"Empty
{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}