DELETE playable/…/forwarded
Declines a playable (drill) that was forwarded to the calling user.
Resource URL
https://www.drillster.com/api/2.1.1/playable/{playable_id}/forwarded
Parameters
Field | Type | Description |
---|---|---|
playable_id required |
String | The ID of the playable that was forwarded to the caller. |
Response
An HTTP NoContent (204) response indicating a successful deletion.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
no_playable_specified |
400 (Bad request) | No playable was specified |
unknown_forwarded_playable |
404 (Not found) | The specified playable is not forwarded to this user |
Last updated on