delete https://example.com/organization/v1/landing-pages/
Delete landing pages by type
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
userType | string | true | The type of the user. Can be one of the following: [patient, caregiver, organization-user] | patient |
organizationId | string | true | A UUID formatted string | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
landingPageType | string | true | The type of the landing page. Could be one of the following: [ACCEPT_INVITATION, FORGOT_PASSWORD] | ACCEPT_INVITATION |
This API requires LANDING_PAGE_DELETE_LANDING_PAGE permission(s).