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>" }
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?