curl --request DELETE \
--url https://api.tensormesh.ai/v1/users/api-keys \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Soft deletes an API key for a user.
curl --request DELETE \
--url https://api.tensormesh.ai/v1/users/api-keys \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using an access token. Format: Bearer <access_token>
A successful response.
DeleteUserApiKeyResponse is the response after deleting a user API key.
Empty response.
Was this page helpful?