Openminds Sock API

Destroy Application

Destroys one of your applications.

URL

/applications/: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/applications/7 -d user_token=1234 -d client_token=5678