PostMantis
API ReferenceProfiles

Disconnect a profile

Permanently disconnects a social profile. Existing scheduled posts targeting this profile will fail at delivery time. Requires write permission.

POST
/api/v1/profiles/{id}/disconnect

Permanently disconnects a social profile. Existing scheduled posts targeting this profile will fail at delivery time. Requires write permission.

Authorization

BearerAuth
AuthorizationBearer <token>

PostMantis API key from the dashboard. Include as Authorization: Bearer <key>.

In: header

Path Parameters

id*string

Profile UUID

Formatuuid

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/api/v1/profiles/497f6eca-6276-4993-bfeb-53cbbbba6f08/disconnect"
Empty