Openminds Sock API

Destroy Account

Destroys one of your accounts.

URL

/accounts/:id

Method

DELETE

URL parameters

Required

  • id=[integer]

Data parameters

Required

  • user_token=[string]
  • client_token=[string]

Sample usage

curl -X DELETE https://sock.openminds.be/api/v1/accounts/1 -d user_token=1234 -d client_token=5678

Warning

Deleting an account will immediately delete everything on it, including applications and ftp_users. It will also delete all of the data on that account and drop the databases.