Delete a Tag
Use this call to delete a tag from the account. When you delete a tag using the /v1/tags/
endpoint, the tag will automatically be removed from all of the shipments associated with it.
You'll need the existin tag_name
to perform this call successfully.
Example Request & Response
POST /v1/tags/:tag_name
If successful, you will receive a HTTP 204, (No Content) response.