Cancel job

**Cancel Job** Cancels a queued or processing notification job. **Use Cases:** - Cancel scheduled notifications - Stop processing failed jobs - Clean up unnecessary jobs **Example Request:** ``` DELETE /push/async/cancel/job_1234567890_abc123 Authorization: Bearer your-jwt-token ```

Authentication

AuthorizationBearer

JWT token for authentication. Use ‘test-jwt-token’ for development.

Path parameters

jobIdstringRequired

Response

This endpoint returns an object.
successboolean
dataobject or null
errorobject or null