Delete a connected channel by its integration ID. Any scheduled posts associated with this channel will also be deleted.
cURL
curl --request DELETE \ --url https://api.postiz.com/public/v1/integrations/{id} \ --header 'Authorization: <api-key>'
{ "id": "cm4ean69r0003w8w1cdomox9n" }
Your Postiz API key
Integration ID of the channel to delete
Channel deleted successfully
Was this page helpful?