Skip to main content
DELETE
/
api
/
v2
/
tasks
/
{id}
/
projects
/
{projectId}
Remove a tarefa de um projeto
curl --request DELETE \
  --url https://app.tarefy.com/nodeapi/api/v2/tasks/{id}/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.tarefy.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID da tarefa

projectId
integer
required

ID do projeto a ser removido

Response

Projeto removido da tarefa com sucesso

status
boolean
message
string