Skip to main content
DELETE
/
team
/
api-keys
/
{apiKeyId}
Delete a team-level API key
curl --request DELETE \
  --url https://api.wirespeed.co/team/api-keys/{apiKeyId} \
  --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

apiKeyId
string
required

API key ID to delete

Response