Skip to main content
POST
/
connections
/
{id}
/
uninstall
Uninstall an integration connection
curl --request POST \
  --url https://api.example.com/connections/{id}/uninstall \
  --header 'Authorization: Bearer <token>'
{
  "connection_id": "<string>",
  "revoked_credential_ids": [
    "<string>"
  ],
  "oauth_tokens_deleted": true,
  "leased_tokens_revoked": 1,
  "inbound_webhooks_disabled": 1,
  "activity_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

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

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required

Response

Connection uninstalled. Body details the artefacts cleaned up.

connection_id
string
required
revoked_credential_ids
string[]
required
oauth_tokens_deleted
boolean
required
leased_tokens_revoked
integer
required
Required range: x >= 0
inbound_webhooks_disabled
integer
required
Required range: x >= 0
activity_id
string
required