Skip to main content
DELETE
/
v1
/
people
/
{id}
/
tags
/
{tagId}
Detach a tag from a person
curl --request DELETE \
  --url https://thanos.notealy.com/v1/people/{id}/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "Validation failed",
  "error": "Bad Request"
}

Documentation Index

Fetch the complete documentation index at: https://docs.notealy.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
string
required
tagId
string
required

Response

{ removed: true } if the tag was attached, { removed: false } if it was already absent