Hard delete businesses via qs.delete() — permanent. For blocking prefer Update Business Status with BLOCKED.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
vendor_data values or didit_internal_id values.business.data.updated with deleted_at set.delete:businesses. Typically reserved for OWNER and ADMIN.
Provide exactly one of vendor_data_list, didit_internal_id_list, or delete_all: true.
Your own identifiers to delete. Matching is case-insensitive after normalisation.
Didit's internal UUIDs (didit_internal_id) to delete.
If true, deletes every business in the application. Cannot be combined with the list selectors.
Businesses deleted. Returns the number of rows actually removed.
Number of businesses deleted (excludes vendor_data values that didn't match anything).