Openminds Sock API

Delete Application Alias

Unlinks an alias from an application. The subdomain will still exist, but it will no longer go to the application.

URL

/applications/:application_id/remove_alias

Method

DELETE

Data parameters

Required

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

Sample usage

Basic

$ curl -X DELETE https://sock.openminds.be/api/v1/applications/7/remove_alias -d user_token=1234 -d client_token=5678
  -d alias=mydomain.be