DELETE
/request-schemas/{schemaid}
curl \
--request DELETE '/api/v1/request-schemas/S7AB56CD456OP98BN54CAUB43211OU78' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"code": "string",
"message": "string"
}
Response examples (401)
{
"code": "string",
"message": "string"
}
Response examples (404)
{
"code": "string",
"message": "string"
}
Response examples (429)
{
"code": "string",
"message": "string"
}
Response examples (500)
{
"code": "string",
"message": "string"
}