Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://backend-develop.themarketunited.com/me/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently revokes an API key. Requires SIWE bearer auth.
SIWE access token returned by POST /auth/verify.
API key id.
API key revoked.
true