Delete Shared Capacity Group

Description

Deletes a Shared Capacity Group.

Request

HTTP Method: DELETE

URI Path: /v3/shared_capacity_groups/

URI Query Parameters:

Name

Type

Is Required?

Description

id

string

Yes

Unique ID number allocated to this Shared Capacity Group.

Example

http

DELETE /v3/shared_capacity_groups/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]

curl

curl -i -X DELETE https://api.didww.com/v3/shared_capacity_groups/1156df17-bcea-4c9a-9c1d-29320e288c03 -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"

response

HTTP/1.1 202 Deleted
Content-Type: application/vnd.api+json

Other Responses

Code

Success

Description

401

No

Unauthorized