Skip to main content
DELETE
Delete a secret

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

secretId
string
required

Secret ID, as returned by the project's secret list.

Response

The secret was revoked.

A HARD delete: the row and the encrypted value both go. This is the revoke button, so it is not soft.

id
string
required
projectId
string
required
name
string
required

Echoed so a caller logging the revoke needs no prior read.

deleted
enum<boolean>
required
Available options:
true