Skip to main content
DELETE
/
tags
/
{tagId}
Delete tag
curl --request DELETE \
  --url https://inboxapp.com/api/v1/tags/{tagId} \
  --header 'Content-Type: application/json' \
  --data '{}'
"<unknown>"

Path Parameters

tagId
string
required

The ID of the tag to delete.

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type any.