Skip to main content
DELETE
/
api
/
cost
/
v1
/
billingtags
/
{tag}
Deactivate billing tag
curl --request DELETE \
  --url https://api.example.com/api/cost/v1/billingtags/{tag} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "billingTag": {
    "active": true,
    "tag": "<string>",
    "tagId": "<string>"
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

tag
string
required

tag of the billing tag to archive

Response

Success

billingTag
object
required