Movabase Docs
Public API

Revoke API key

Revokes an API key in Unkey and removes it from the database. Requires `canEditProjects` permission.

DELETE
/api/projects/{project-id}/keys/{key-id}
sb-access-token<token>

Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.

In: cookie

Path Parameters

project-id*string

Project ID

Formatuuid
key-id*string

API Key ID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}