Delete Item
This endpoint enables you to delete an item.
Details
Resource |
---|
DELETE /item-service/clients/{clientId}/items/{itemId} |
Headers |
-H 'Authorization: Basic ************************************ (Code supplied by Radial.) -H 'Content-Type: application/json' -H 'apiKey: ********************************' (API Key supplied by Radial.) |
Sample Request URL |
https://tst04-epapi-na.gsipartners.com/item-service/clients/TMSUS/items/21-ALAN-022b |
Examples
Sample Request
Request has no body.
Sample Responses
-
HTTP Status 204: No message means the item was successfully deleted.
-
HTTP Status 403: Message Forbidden; access to the specified resource has been denied.
-
HTTP Status 404: The item was not found.
CopyExample
{
"category": "RESOURCE",
"code": "NOT_FOUND",
"description": "Item 21-ALAN-022b was not found for client TMSUS."
}