Skip to main content
DELETE
/
v1
/
{workspace}
/
ws_public_key
/
{public_key_id}
Delete Workspace Public Key
curl -X DELETE "https://management-api.suprsend.com/v1/{workspace}/ws_public_key/{public_key_id}/" \
  --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).

public_key_id
string
required

Public key identifier (e.g. ws_pubk_...).

Response

Public key deleted — no response body.