Delete a Customer API Key
Safely remove a customer API key via Admin API and revoke access tied to the deleted key. Supports fine-grained access control.
ποΈ Delete a Customer API Key
πΉ HTTP Request
πΈ URL Segments
Segment
Type
Required
Description
π Authorization Header
π Fields Available for Update
Field
Type
Required
Description
β
JSON Request Payload Example
{
"name": "My site",
"description": "This key is used on my site",
"ip_whitelist": ["123.123.123.123", "111.111.111.111"],
"ip_blacklist": ["231.231.231.231", "222.222.222.222"]
}π» PHP Example
π¦ Sample JSON Response
Last updated