- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Detach the tag
DELETE
https://api.weeek.net/public/v1/crm/contacts/{contactId}/tags
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
contactId
string
required
Body Params application/json
tagId
integer
required
Example
{
"tagId": 0
}
Responses
🟢200Success
application/json
Body
success
boolean
optional
Example
{
"success": true
}
Modified at 2024-08-06 18:00:00