DELETE a conversion order

This API allows to delete a conversion order previously requested.

API technical description

Endpoint:

DELETE /conversions/<ConversionOrderId>

Resource path:

Variable Description
conversionOderId The id of the conversion order to delete.

Examples

Delete a conversion order

The call below generates a request to delete the transform order with id 123e4567-e89b-12d3-a456-426614174000.

curl -X 'DELETE' \
  'http://localhost:8761/conversions/123e4567-e89b-12d3-a456-426614174000' \
  -H 'accept: */*'