Delete object
delete/v2/prism/{teamId}/{objectType}/{objectId}
Path parameters
teamIdstring uuid required
objectType'comment' | 'deal' | 'engagement' | 'identity' | 'ai_chat_thread' | 'ai_chat_message' | 'agent_site' | 'document' | 'action' | 'event' | 'organization' | 'contact' required
objectIdstring uuid required
Headers
If-Matchstring
Optimistic concurrency. Pass back the etag header from a previous GET of this record; the write only proceeds if the record hasn't changed since. Mismatch → 412 precondition_failed. Use * to require the record exists (any ETag accepted).
Response
Object soft-deleted. Use the restore endpoint within the retention window to undo.