Delete Connection
Deleting a connection from an app is an irreversible operation. Access to its data, alongside the connection credentials (if they were stored) will be removed permanently after completing this operation.
Deletes a connection from an app
Authorizations
Path parameters
tokenstringRequired
Token to identify the connection
Responses
200
Successfully deleted connection
application/json
401
Invalid credentials
application/json
404
Connection not found with the given token for the current app
application/json
500
Internal server error
application/json
delete
DELETE /api/v1/commands/connections/{token} HTTP/1.1
Host: api.finlink.vumi.io
Authorization: Bearer JWT
Accept: */*
{
"message": "success"
}
Last updated