Skip to main content
DELETE
Delete a PRO credential set
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

DELETE /pro-credentials/ Description: Permanently deletes the credential row. Authorization:
  • Required role: admin or higher
  • Requires an active publisher addon
Method: DELETE

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Credential set deleted

status
string
Example:

"success"

message
string
Example:

"PRO credentials deleted"