DELETE
/
accounts
/
delete
curl --request DELETE \
  --url https://api.joinswift.app/accounts/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
This response has no body data.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json ยท string

Account ID to delete