Deleting an Item of Equipment

You use this API to delete an item of equipment with the specified ID.

Request

  • HTTP Method: DELETE

  • URL: Application_URL/services/api/v1/equipment({equipment ID})

  • Example URL: Application_URL/services/api/v1/equipment (E0B15BE85E2B41FBA06069B8D61CEB09)

  • Authorization: You must have the roles EQUIPMENT_DELETE assigned to your user IDin the SAP Cloud Platform account.

Response

If the system deletes the equipment successfully, system returns code "204 No Content" in the response payload.

For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment__equipmentID___delete.