Skip to main content
DELETE
/
v3
/
profiles
/
{profile}
/
attributes
/
dates
/
{datesAttribute}
Delete Profile Date Attribute
curl --request DELETE \
  --url http://localhost/api/v3/profiles/{profile}/attributes/dates/{datesAttribute}
{
  "data": [
    {
      "id": "<string>",
      "profile_id": "<string>",
      "date": "<string>",
      "is_recurring": "<string>",
      "recurring_schedule": "<string>",
      "name": "<string>",
      "handle": "<string>",
      "relationship": "<string>",
      "role": "<string>",
      "description": "<string>",
      "meta": "<string>",
      "note": "<string>",
      "links": [
        {
          "id": "<string>",
          "attributes_date_id": "<string>",
          "profile_id": "<string>",
          "relationship": "<string>",
          "role": "<string>",
          "created_at": "<string>",
          "updated_at": "<string>"
        }
      ],
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Path Parameters

profile
string<uuid>
required

The profile ID

datesAttribute
integer
required

The dates attribute ID

Response

Array of ProfileDatesAttribute

data
ProfileDatesAttribute · object[]
required