Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /config/resource_restrictions/{resource_restriction_id}

SUMMARY Deletes a resource restriction consumer by ID.

Deletes a resource restriction consumer by ID.

Table 1: DELETE /config/resource_restrictions/{resource_restriction_id} resource details:

DELETE /config/resource_restrictions/{resource_restriction_id} resource details

MIME Type

text/plain

Table 2: DELETE /config/resource_restrictions/{resource_restriction_id} request parameter details:

DELETE /config/resource_restrictions/{resource_restriction_id} request parameter details

Parameter Type Optionality Data Type MIME Type Description

resource_restriction_id

path

Required

String

text/plain

Required - The resource restriction ID of the resource restriction to be retrieved. Must be of the format [1-3]-\d+

Table 3: DELETE /config/resource_restrictions/{resource_restriction_id} response codes:

DELETE /config/resource_restrictions/{resource_restriction_id} response codes

HTTP Response Code Unique Code Description

204

The resource restriction consumer was successfully deleted.

404

1003

null

422

1002

Provided ID is not a valid format. Must be of the format [1-3]-\d+

500

1004

An error occurred during the retrieval of the resource restrictions.

Response Description

The deleted restriction object.

Response Sample