GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Delete a Mobile Device Extension Attribute by ID.

Deletes the Mobile Device Extension Attribute identified by the provided ID.<\br> In addition to removing the attribute itself, this operation will also delete any related dependent data, including:<\br>

  • Associated popup menu choices.<\br>
  • Fields used in saved search displays.<\br>
  • User preferences that reference the attribute.
Path Params
string
required

Unique ID of Mobile Device Extension Attribute.

Responses
204

The Mobile Device Extension was successfully deleted.

400

Bad Request. The server could not process the request due to invalid input. Possible reasons are:
- The specified extension attribute ID is not a valid number. - The ID is missing or improperly formatted.

404

Not Found. The specified Mobile Device Extension Attribute does not exist. This may indicate that the resource is missing, or the client is not authorized to access it.

Language
Credentials