DELETE /config/resource_restrictions/{resource_restriction_id}
Deletes a resource restriction consumer by ID.
Deletes a resource restriction consumer by ID.
| MIME Type |
|---|
text/plain |
| 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+ |
| 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