Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
API key ID to delete
curl --request DELETE \
--url https://api.wirespeed.co/users/api-keys/{id} \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"statusCode": 123
}
curl --request DELETE \
--url https://api.wirespeed.co/users/api-keys/{id} \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"statusCode": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
API key ID to delete