AttributeProfile

Delete an attribute profile by id

delete/profiles/{profileId}

Response

Deletion outcome (whether a profile existed for the id).

deletedboolean required

True when a profile existed for the id and was removed; false when none existed.

Changes