Last updated 10 months ago
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
Token to identify the connection
A simple message response containing a message
DELETE /api/v1/commands/connections/{token} HTTP/1.1 Host: api.finlink.vumi.io Authorization: Bearer JWT Accept: */*
Successfully deleted connection
{ "message": "success" }