v51

latestOpenAPI 3.0.3agplraw.githubusercontent.com2026-08-014010324.1 KB
assistant_api

Cancel an existing notification when a task has finished

Does not need bruteforce protection since we respond with success anyways as we don't want to keep the front-end waiting. However, we still use rate limiting to prevent timing attacks.

delete/ocs/v2.php/apps/assistant/api/{apiVersion}/task/{ocpTaskId}/notify

Path parameters

apiVersion'v1' required
ocpTaskIdinteger required

ID of the target task

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Response

Ready notification deleted successfully