API Reference
Reference for the REST API
Delete multiple API keys in a single request.
cURL
curl --request DELETE \ --url https://api.xata.tech/organizations/{organizationID}/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.
Unique identifier for a specific organization
Array of API key IDs to delete
50
API Keys deleted successfully
Was this page helpful?