Skip to main content

Delete by id

Delete a Merchant by its id.

Path Parameters
    id int64 required

    The Merchant id

Responses

Deleted

DELETE /merchants/:id

Authorization

name: OAuth2type: oauth2flows: {
  "authorizationCode": {
    "authorizationUrl": "https://s.wordlift.io/oauth/authorize/",
    "scopes": {
      "basic": "basic scope"
    },
    "tokenUrl": "https://s.wordlift.io/oauth/token/"
  }
}

Request

Base URL
https://api.wordlift.io
Bearer Token
id — path required
curl / cURL
curl -L -X DELETE 'https://api.wordlift.io/merchants/:id' \
-H 'Authorization: Bearer <TOKEN>'