DELETE client-app/…
Removes (retracts) a client app.
Only the application's author may remove a client app.
Resource URL
https://www.drillster.com/api/2.1.1/client-app/{client_id}
Parameters
Field | Description |
---|---|
client_id required |
The client application's client ID. Example value: 37bc8ad2c94c41619a2baa0c3fa916d8 |
Response
An empty 200 (OK) response indicating that the client app was successfully deleted.
{}
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
missing_client_id |
400 (Bad request) | No client ID given |
not_permitted |
403 (Forbidden) | Not permitted to delete the client app |
error |
400 (Bad request) | Deletion failed |
Last updated on