- 09 Mar 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
Deletes a reader from the project
- Updated on 09 Mar 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
The ID of the reader to be deleted
Success
This is an example for 200 status, success response.
{
"extension_data": null,
"success": true,
"errors": null,
"warnings": null,
"information": null
}
Status indication for customer Api response
Errors in the customer Api response
Stack trace for error response message
Description for error cause
Error code for Api resonse
Warning in the customer Api response
Warning description
warning code for customer Api base response
Information passed by the customer Api response
status description for customer Api response information
Bad Request
Kindly verify your readers Id and perform the operation again. This seems to be an error while finding the reader, find your reader Id from /v2/Readers.
{
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "The reader id is invalid.",
"error_code": null,
"custom_data": null
}
],
"warnings": null,
"information": null
}
Status indication for customer Api response
Errors in the customer Api response
Stack trace for error response message
Description for error cause
Error code for Api resonse
Warning in the customer Api response
Warning description
warning code for customer Api base response
Information passed by the customer Api response
status description for customer Api response information