Delete platform credentials
Delete the stored OAuth app credentials for one upstream platform in the authenticated workspace.
Authorization
AuthorizationBearer <token>In header
Workspace API key, or a Clerk session JWT for dashboard callers.
Path Params
platformstring
Platform key whose stored OAuth app credentials should be deleted.
Response Body
204
status204 No Content
Credentials were deleted if they existed; no response body is returned.
401
error.codestring
Usually "UNAUTHORIZED" or "INTERNAL_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized" or "internal_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
500
error.codestring
Usually "UNAUTHORIZED" or "INTERNAL_ERROR".
error.normalized_codestring
Lowercase alias such as "unauthorized" or "internal_error".
error.messagestring
Human-readable error message.
request_idstring
Request identifier for debugging and support.
Deleting credentials affects future OAuth flows only. Existing connected accounts continue publishing with their stored tokens. Future POST/v1/connect/sessions calls for this platform fail unless credentials are uploaded again or the session uses
allow_quickstart_creds=true.