API Reference
Reference for the REST API
Delete multiple API keys in a single request.
cURL
curl --request DELETE \ --url https://api.xata.tech/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "message": "<string>", "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://xata.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://xata.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Array of API key IDs to delete (maximum 50 keys per request)
50
API Keys deleted successfully
Was this page helpful?