Delete Configuration
DELETE
/v1/keys/{key}/configs/{config}Permanently deletes a configuration object.
Path parameters
keystringAPI Key
The API Key to retrieve. Begins
ak_.configstringConfiguration Name
User-provided configuration object name.
Query parameters
user_tokenstring optionalPrivate User Token
A secret key used for sensitive operations on your account and API Keys.
Your user token can be retrieved and managed from your accounts page.
Typically begins
uk_...
Response
Returns a result object with a deleted count (typically 1 for success, 0 if not found).
resultobjectdeletednumber
The result sits inside the standard { result, code, message } envelope — see
the API reference for the wrapper format.