Removes an attribute from an entity type. Note that all the data associated with this attribute is deleted as well. That means that the attribute and its value are removed from each user profile in the entity type.

Form Data
string

Name of the entity type (user profile database) where the user profile is stored.

string

Attribute path to the plural element to be deleted. Plurals are single attributes that can contain multiple values. Specific instances within a plural are referenced by a combination of the attribute path, a hashtag (#), and the instance ID. For example, janrain.properties.managedBy#30721 points to plural instance 30721 in the plural attribute janrain.properties.managedBy.

Response

Response body
object
string

Status of the operation.

OK ERROR FAIL

attr_defs
array of strings

Information about the remaining attributes in the entity type.

attr_defs
string

Name of the entity type.

Language
Authentication
URL