Delete tags from profile

Removes specific tags from a profile. Tags not present on the profile are silently ignored. Other tags on the profile are not affected.

Path Parameters
  • profile_id
    Type: string
    required

    Unique identifier of the profile.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for put/apis/profiles/profiles/{profile_id}/tags/delete
curl https://school.fullfabric.cloud/apis/profiles/profiles/507f1f77bcf86cd799439011/tags/delete \
  --request PUT \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "6385bdd4976a7719120108e9",
  "first_name": "Sophie",
  "last_name": "Martin",
  "tags": [
    "MBA-2025",
    "Scholarship-Candidate"
  ],
  "updated_at": 1776330789
}