Headers
-
Unique identifier of an integration
Minimum length is
32
, maximum length is32
. Format should match the following pattern:IN[A-Z0-9]+
.
DELETE
/service-levels/{routekey}
curl \
--request DELETE '/api/v1/service-levels/GET:api.example.com:8080:/api/users/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "x-integration-id: IN7AB56CD456OP98BN54CAUB43211OU7"
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"
}