Skip to main content
DELETE
/
signers
/
{public_key}
Delete a signer by public key
curl --request DELETE \
  --url https://api.platform.dakota.xyz/signers/{public_key} \
  --header 'x-api-key: <api-key>'
{
  "type": "https://docs.dakota.xyz/api-reference/errors#invalid-request",
  "title": "Bad request - invalid public key",
  "status": 400,
  "detail": "Bad request - invalid public key",
  "instance": "https://api.platform.dakota.xyz/signers/example-id",
  "request_id": "req_01hzy6y7v8w9x0y1z2a3b4c5d6"
}

Authorizations

x-api-key
string
header
required

Path Parameters

public_key
string
required

The public key of the signer to delete

Response

Signer deleted successfully