cURL
curl --request DELETE \ --url https://reelmirror.com/api/v1/publishing/accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "deleted": true } }
Disconnect a publishing account from your profile.
API key (rm_xxx) or JWT token
Account disconnected
Show child attributes