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.

Delete connection

delete

Deletes a connection from an app

Authorizations
Path parameters
tokenstringRequired

Token to identify the connection

Responses
200
Successfully deleted connection
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