Skip to main content
DELETE
Remove a connection's stored credentials
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

untested. Idempotent — clearing when nothing is stored still returns 200. Does not disable the capability; the connection just has nothing to test until new credentials are saved. Authorization:
  • Required role: owner only

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
enum<string>
required

Stable identifier; never renamed after ship.

Available options:
paystack,
vertofx,
merlin,
ddex-delivery,
publisher,
distro,
release,
payment-requests,
email-branding,
catalog-media

Response

Credentials removed

status
string
Example:

"success"

message
string
Example:

"Credentials removed"

data
object

One entry in GET /capabilities data, and the shape of every write response's data.