Maildesk API
Tags
Copy Page
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
Tags
Copy Page
Delete a tag
DELETE
/api/tags/{id}
Try it
Run in Apidog
Run in Apidog
Delete an existing tag by its unique ID
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://api.maildesk.io/api/tags/'
Request
Path Params
Generate Code
id
string
required
Responses
🟢
204
No Content
Tag deleted successfully
This response does not have a body.
🟠
401
Unauthorized
Modified at
2025-06-28 19:47:25
Previous
Update a tag