This API deletes a LoB from a specific account.
Request
| Method | URL |
|---|---|
| DELETE | https://{domain}/api/account/{accountId}/configuration/le-users/lobs/{lobId} |
Request Headers
| Header | Description |
|---|---|
| Authorization | Contains token string to allow request authentication and authorization. |
| If-Match | Contains data revision as known by the client. Allows optimization of the backend, networking, and client resources utilization. |
Path Parameters
| Parameter | Description | Type / Value |
|---|---|---|
| accountId | LP site ID | String |
| lobId | Lob ID | Positive long number greater than zero |
Response
Response Body
See Appendix for Entity Structure and Entity Example.