DELETE
/
users
/
api-keys
/
{id}
curl --request DELETE \
  --url https://api.wirespeed.co/users/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

API key ID to delete

Response

400 - application/json

The response is of type object.