Skip to main content

Delete a porting order

DELETE 
/porting_orders/:id

Deletes an existing porting order. This operation is restrict to porting orders in draft state.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Responses

204: No content

401: Unauthorized

422: Unprocessable entity. Check message field in response for details.

Loading...