Delete multiple activity types in bulk
DELETE {{baseUrl}}/activityTypes?ids=<string>
Marks multiple activity types as deleted.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
ids | string | (Required) The comma-separated activity type IDs |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":[1,2,3]}}