Skip to main content
DELETE
Authenticate from your backend with X-Api-Key or an OAuth access token with connections:write. Use the raw token as the path parameter, and redact that request path from logs. Returns 204 for an owned active, expired, or already-revoked token; an unknown or foreign token returns 404. Revocation does not disconnect existing connections or invalidate already-issued connection JWTs. See revoke or replace a URL.

Headers

authorization
string | null
x-api-key
string | null

Path Parameters

Required string length: 49
Pattern: ^lt_v1_[A-Za-z0-9_-]{43}$

Response

Successful Response