Skip to main content
DELETE
/
helpcenter-redirect
/
{redirectId}
Delete a redirect
curl --request DELETE \
  --url https://api.gleap.io/v3/helpcenter-redirect/{redirectId} \
  --header 'Authorization: Bearer <token>' \
  --header 'project: <project>'
{
  "updatedAt": "<string>",
  "createdAt": "<string>",
  "matchType": "exact",
  "newUrl": "<string>",
  "oldUrl": "<string>",
  "project": {
    "isValid": {},
    "createFromHexString": {},
    "createFromTime": {},
    "generate": {},
    "cacheHexString": "<any>",
    "prototype": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

redirectId
string
required

Response

200 - application/json

Ok

updatedAt
string
required
createdAt
string
required
matchType
enum<string>
required
Available options:
exact,
pattern
newUrl
string
required
oldUrl
string
required
project
object
required
I