Untag Resources
- Name
- delete
- Type
- /v1/tags/:name/resources
- Description
- Send a - DELETErequest to untag resources.
 
Request
Required Attributes
- Name
- id
- Type
- string
- Description
- Resource unique identifier. 
 
- Name
- type
- Type
- string
- Description
- Type of the Resource. 
 
Example
curl -X DELETE "https://api.simplystack.com/v1/tags/web/resources" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0" \
  -d '{"id": 123, "type": "stacklet"}'
 Response
Response to method DELETE to /v1/tags/:name/resources will not return any results, only the message (204 No Content) which indicates that the deletion was successful.