Skip to main content
DELETE
cURL
Ownership and stored provider are checked before upstream deletion. Cross-source requests return 409 without deleting the account. Existing seat, official token-revocation and Zernio failure policies remain unchanged; do not treat an upstream 402 message as a successful disconnect. provider is required: tiktok_direct or zernio. It constrains the operation and never rewrites the stored source. Missing or unknown values return 400 invalid-provider. Use an OmniMux user access token and New-Api-User, not an sk- key. Inspect success as well as HTTP status; some upstream failures return HTTP 200 with success:false.

Authorizations

Authorization
string
header
required

OmniMux user access token, not an sk- API key.

New-Api-User
string
header
required

Current authenticated user ID.

Path Parameters

id
integer<int64>
required

OmniMux local record ID, not the upstream provider ID.

Required range: x >= 1

Query Parameters

provider
enum<string>
required

Required expected source; never changes the stored account or post provider.

Available options:
tiktok_direct,
zernio

Response

Check success before reading data. Generic upstream errors may use HTTP 200 with success:false.

success
enum<boolean>
required
Available options:
true
data
object
required