- Get started
- Workspace
- Task Manager
- CRM
- Funnels
- Funnel Statuses
- Deals
- Assignees
- Contacts
- Organizations
- Tags
- Tasks
- Attachments
- Get all dealsGET
- Create a dealPOST
- Get a dealGET
- Update a dealPUT
- Update a deal fieldsPATCH
- Move a dealPOST
- Delete a dealDELETE
- Update the deal funnelPUT
- Update the deal funnel statusPUT
- Organizations
- Contacts
- Currencies
- User
- Attachments
Detach a task
DELETE
https://api.weeek.net/public/v1/crm/deals/{id}/tasks/{taskId}
CRM.Deal
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
taskId
string
required
Responses
🟢200Success
application/json
Body
success
boolean
optional
Example
{
"success": true
}
Modified at 2024-04-10 18:33:00