DELETE drill/…/tag
Deletes a tag from a drill.
Resource URL
https://www.drillster.com/api/2.1.1/drill/{drill_id}/tag
Parameters
| Field | Description |
|---|---|
drill_idrequired |
The unique identifier of the drill. Note that this API call will only operate on drills, not on courses. Example value: R_GVlYZQTKOEmN_r69EVFQ |
tagrequired |
The actual tag value to remove. Example value: safety |
Response
A 2.1.1 Tag object representing the tag that was just removed.
Last updated on