Skip to main content
POST
/
v1
/
tasks
/
{taskId}
/
unassign
Unassign a user from a task
curl --request POST \
  --url https://dev-public-api.openphone.dev/v1/tasks/{taskId}/unassign \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>"
}
'
{
  "data": {
    "taskId": "<string>",
    "revision": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://openphone-dev.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

taskId
string
required
Pattern: ^TK(.*)$

Body

application/json
userId
string
required
Pattern: ^US(.*)$

Response

Success

data
object
required