Path parameters
-
Unique identifier of the request schema
Minimum length is
32
, maximum length is32
. Format should match the following pattern:S[A-Z0-9]+
. -
Unique identifier of the request schema file
Values are
request-headers.json
,request-query.json
,request-body.json
,response-headers.json
, orresponse-body.json
.
DELETE
/request-schemas/{schemaid}/file/{filename}
curl \
--request DELETE '/api/v1/request-schemas/S7AB56CD456OP98BN54CAUB43211OU78/file/{filename}' \
--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"
}