Connection Platform ID DELETE
DELETE /api/account/{account}/connection/{platform}/{id}
Removes a connection.
URL Parameters
account* | string | |
---|---|---|
platform* | string | |
id* | string |
Request Body
id | string | |
---|---|---|
name | string | |
createdDate | string | |
lastUpdatedDate | string | |
expirationDate | string | |
disabled | boolean | |
locked | boolean |
Responses
204 No Content
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error