Prisma ORM 8 is here.Read the docs
Integrations

Delete integration

Revokes the integration tokens by integration ID.

DELETE/v1/integrations/{id}

Revokes the integration tokens by integration ID.

Authorization

AuthorizationBearer <token>

OAuth2 authentication

In: header

Scope: workspace:admin, offline_access

Path Parameters

id*string
Match^(itgr_)?([cC][^\s-]{8,}|[a-z0-9]+)$

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/integrations/string"
Empty