Version: 202201
Delete Redirect
DELETE/openapi/2022-01/redirects/:id
Delete a specific url redirect using its unique identifier.
Request
Path Parameters
id stringrequired
Redirect's ID
Responses
- 200
- 404
200
- application/json
No schema
404
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"record not found"
]
}
{
"errors": [
"record not found"
]
}