DELETE /v2/tags/{tag_id}
A tag can be deleted by sending a DELETE
request to /v2/tags/$TAG_NAME
. Deleting a tag also untags all the resources that have previously been tagged by the Tag
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
tag_id |
String | Yes |
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.