Delete integration credentials

Delete stored credentials for an integration. Without an environment query param, deletes the "all environments" credentials.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

integrationIdstringRequired

Query parameters

environmentstringOptional

Response

Credentials removed
environmentstring or null
integrationIdstring
messagestring
successboolean

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error