API Keys
Delete API Key
Permanently deletes an API key by its ID.
veriworkly-auth.session_token<token>
Internal session cookie for local development.
In: cookie
Path Parameters
id*string
The ID of the API key to delete.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.veriworkly.com/api/v1/api-keys/string"{
"success": true,
"message": "string",
"data": {}
}{
"success": false,
"statusCode": 401,
"message": "Authentication required"
}{
"success": true,
"message": "string",
"statusCode": 0,
"details": [
{
"path": "string",
"message": "string"
}
]
}