Activities API
DELETE/api/v1/activities/ad-hoc/{id}
Product availabilityAlgaPSA

Delete ad-hoc activity

Permanently deletes an ad-hoc item. Requires the caller to be an assignee, or hold `user_schedule:update` / `user_schedule:read_all`.

Path parameters

idstringRequired
Ad-hoc activity identifier (the backing schedule entry id).

Response codes

204
Ad-hoc activity deleted; no content.
401
Authentication required.
403
Permission denied.
404
Ad-hoc activity not found.
500
Unexpected failure deleting the ad-hoc activity.