api keys
Delete key
Permanently revokes and deletes an API key.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
keyIdstring
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/api-keys/string"{
"message": "API key deleted successfully"
}{
"error": "Unauthorized"
}{
"error": "Not found"
}