Connect
Disconnect a platform integration
DELETE
/v1/connect/integrations/{id}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
Integration ID to disconnect
Response Body
application/json
application/json
curl -X DELETE "https://api.postpeer.dev/v1/connect/integrations/string"{
"success": true,
"message": "string"
}{
"error": "string"
}