Skip to main content
POST
Disconnect a platform
Use profile_id to disconnect a platform from a non-default connection profile. Omit it to disconnect from the default profile.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Body

application/json
platform
string
required
profile_id
string

Connection profile to disconnect from. Omit to use the default profile.

Pattern: ^[A-Za-z0-9]{6,32}$
Example:

"AbC123xYz90"

Response

Platform disconnected

status
enum<string>
Available options:
ok
platform
string
profile_id
string | null
Pattern: ^[A-Za-z0-9]{6,32}$
Last modified on May 13, 2026