System-level – Delete CORS
URL: /admin/api/v1/system/tenants/cors/{corsId}
Method: DELETE
Authentication: Super Admin
Field |
Data type |
Mandatory |
Description |
Validations |
---|---|---|---|---|
corsId |
int |
Y |
CORS identifier |
Checks if CORS exists in the DB |
Response body
204 No Content
HTTP status codes, error codes, and messages
HTTP response code |
Error code |
Error message |
---|---|---|
400 |
2002 |
CORS doesn’t exist |
500 |
2005 |
Internal Server Error |
{
"message": "CORS doesn't exist",
"errorCode": 2001
}