cURL
curl --request DELETE \ --url https://inboxapp.com/api/v1/tags/{tagId} \ --header 'Content-Type: application/json' \ --data '{}'
"<unknown>"
Delete a tag. This will remove the tag from all threads and prospects.
The ID of the tag to delete.
The body is of type object.
object
OK
The response is of type any.
any