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.
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/porting_orders/:id' \
-H 'Authorization: Bearer <TOKEN>'