This endpoint is used to delete a profile
| URL | https://api.telecomx.dk/flexcare/dialog/profile/PROFILE_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | RESELLER_ADMIN, ADMIN | ||
| Params | PROFILE_ID | Unique id of the profile | |
https://api.telecomx.dk/flexcare/dialog/profile/1234567890qwertyuiopqwer
| JSON Object | ||
|---|---|---|
| success | boolean | Whether the profile has been deleted or not |
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Profile not found |
| 500 | internal_error | <Unspecified> |