- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- 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 an organization
DELETE
https://api.weeek.net/public/v1/crm/deals/{dealId}/organizations
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
dealId
string
required
Body Params application/json
organizationId
string <uuid>
required
Example
{
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9"
}
Responses
🟢200Success
application/json
Body
success
boolean
optional
Example
{
"success": true
}
Modified at 2024-04-10 18:32:33