Delete by id
Delete a Merchant by its id
.
Path Parameters
id int64 required
The Merchant id
Responses
- 200
- 401
Deleted
Authentication Failure
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
Request
curl / cURL
curl -L -X DELETE 'https://api.wordlift.io/merchants/:id' \
-H 'Authorization: Bearer <TOKEN>'
python / requests
curl -L -X DELETE 'https://api.wordlift.io/merchants/:id' \
-H 'Authorization: Bearer <TOKEN>'
nodejs / axios
curl -L -X DELETE 'https://api.wordlift.io/merchants/:id' \
-H 'Authorization: Bearer <TOKEN>'
php / cURL
curl -L -X DELETE 'https://api.wordlift.io/merchants/:id' \
-H 'Authorization: Bearer <TOKEN>'