Skip to main content
DELETE
/
v1
/
workspaces
/
{workspace_id}
/
zombies
/
{zombie_id}
/
integration-grants
/
{grant_id}
Revoke an integration grant
curl --request DELETE \
  --url https://api.usezombie.com/v1/workspaces/{workspace_id}/zombies/{zombie_id}/integration-grants/{grant_id} \
  --header 'Authorization: Bearer <token>'
{
  "docs_uri": "https://docs.usezombie.com/error-codes#UZ-ZMB-009",
  "title": "Zombie not found",
  "detail": "No zombie with id 'abc123' in this workspace.",
  "error_code": "UZ-ZMB-009",
  "request_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string<uuid>
required

UUIDv7 of the workspace.

zombie_id
string<uuid>
required

UUIDv7 of the zombie.

grant_id
string
required

Opaque grant ID returned by integration-requests.

Response

No Content