Skip to main content
DELETE
/
api-keys
/
{api_key_id}
Revoke an API key
curl --request DELETE \
  --url https://api.pulsewave.dev/v1/api-keys/{api_key_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "contact",
  "deleted": true
}

Authorizations

Authorization
string
header
required

All requests must include Authorization: Bearer <api_key>. Keys are prefixed pw_live_ or pw_test_. See Authentication.

Path Parameters

api_key_id
string
required
Example:

"key_4m8n2q"

Response

Deletion confirmation

id
string
object
string
Example:

"contact"

deleted
enum<boolean>
Available options:
true