Skip to main content
DELETE
/
v1
/
{workspace}
/
ws_signing_key
/
{signing_key_uid}
Delete Workspace Signing Key
curl -X DELETE "https://management-api.suprsend.com/v1/{workspace}/ws_signing_key/{signing_key_uid}/" \
  --header 'Authorization: ServiceToken <SERVICE_TOKEN>'
{
  "code": 401,
  "error_code": "authentication_failed",
  "type": "AuthenticationFailed",
  "message": "Invalid service token.",
  "detail": "Invalid service token."
}

Documentation Index

Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

ServiceToken <token>
string
header
required

You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.

Path Parameters

workspace
string
required

Workspace slug (e.g. staging, production).

signing_key_uid
string
required

Signing key uid (e.g. signing_key_...).

Response

Signing key deleted — no response body.