Disconnect a profile
Permanently disconnects a social profile. Existing scheduled posts targeting this profile will fail at delivery time. Requires write permission.
Permanently disconnects a social profile. Existing scheduled posts targeting this profile will fail at delivery time. Requires write permission.
Authorization
BearerAuth PostMantis API key from the dashboard. Include as Authorization: Bearer <key>.
In: header
Path Parameters
Profile UUID
uuidResponse 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"Get a single profile GET
Returns one profile by id, including connection status and publish history. Returns 404 if the profile is not visible to the caller's API-key scope.
List posts GET
Returns posts visible to the authenticated caller, with optional filtering by status, profile, provider, and scheduled date range. Supports paginated iteration.