Tasks
Delete task attachment
Delete task attachment in Betayum. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.
delete/v1/tasks/{taskId}/attachments/{attachmentId}
Path parameters
taskIdstring required
Example:tsk_abc123def456
Unique task identifier
attachmentIdstring required
Example:att_abc123def456
Unique attachment identifier
Response
Attachment deleted successfully
Example response
{
"success": true,
"deletedAttachmentId": "att_abc123def456",
"message": "Attachment deleted successfully"
}