Maildesk API
  1. Tags
Maildesk API
  • Subscribers
    • Get a subscriber by ID
      GET
    • Update a subscriber
      PUT
    • Delete a subscriber
      DELETE
    • Get all subscribers
      GET
    • Create a new subscriber
      POST
  • Tags
    • Get all tags
      GET
    • Create a new tag
      POST
    • Get a tag by ID
      GET
    • Update a tag
      PUT
    • Delete a tag
      DELETE
  1. Tags

Delete a tag

DELETE
/api/tags/{id}
Delete an existing tag by its unique ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.maildesk.io/api/tags/'

Request

Path Params
id
string 
required

Responses

🟢204No Content
Tag deleted successfully
This response does not have a body.
🟠401Unauthorized
Modified at 2025-06-28 19:47:25
Previous
Update a tag
Built with