Delete an API key

Remove an API key from the system by providing its unique ID.

DELETE
/api-keys/{keyId}
AuthorizationBearer <token>

In: header

Path Parameters

keyId*string

The unique identifier of the API key to retrieve.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/api-keys/string"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}