Skip to main content

Handle Error 5 - DELETE Request

DELETE {{baseUrl}}/error

Description

Handle errors using the specified endpoint.

Headers

  • Accept: /

URL

Raw URL: {{baseUrl}}/error

Response

  • Status: OK (200)
  • Content-Type: /
{ 
"error": {
"status": "205 RESET_CONTENT",
"message": "",
"reasons": {
"irure6_": ""
}
}
}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request DELETE \ 
--url /error \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!