ApiPortal
Delete portal connection
Permanently delete a user's connection. Users can only delete their own connections.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
connection_id*string
Format
uuidCookie Parameters
access_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/portal/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}