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.

Required Permissions: extension-attributes:delete

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique ID of Mobile Device Extension Attribute.

Headers
uuid
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier. Send it to address tenant scope. This API is also published at environment scope — send that scope's header instead. Send exactly one scope header per request.

uuid
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The environment UUID identifier. Send it to address environment scope. This API is also published at tenant scope — send that scope's header instead. Send exactly one scope header per request.

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
OAuth2
URL
LoadingLoading…