API Keys
Revoke an API key
Soft-revoke. The key is invalidated immediately; the row stays for audit. Already-revoked keys 404.
DELETE
Revoke an API key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft-revoke. The key is invalidated immediately; the row stays for audit. Already-revoked keys 404.
curl --request DELETE \
--url https://api.letmepost.dev/v1/api-keys/{id}{
"id": "<string>",
"revokedAt": "2023-11-07T05:31:56Z"
}Was this page helpful?
curl --request DELETE \
--url https://api.letmepost.dev/v1/api-keys/{id}{
"id": "<string>",
"revokedAt": "2023-11-07T05:31:56Z"
}