Delete DID Reservation

Description

Deletes a DID Reservation.

Request

HTTP Method: DELETE

URI Path: /v3/did_reservations/

URI Query Parameters:

Name

Type

Is Required?

Description

id

string

Yes

Unique ID identifier of the DID Reservation.

Example

httpcurlresponse
DELETE /v3/did_reservations/1156df17-bcea-4c9a-9c1d-29320e288c03 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]

Other Responses

Code

Success

Description

204

Yes

DID Reservation deleted.

401

No

Unauthorized