Last updated 8 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
/api/v1/commands/connections/{token}
Token to identify the connection
curl -L \ --request DELETE \ --url 'https://api.finlink.vumi.io/api/v1/commands/connections/{token}' \ --header 'Authorization: Bearer JWT'
{ "message": "success" }