Delete Account(s)
Deletes one or more account records that match the specified filters. You must provide a filter, typicallyid=eq.{accountId}
, to specify which record(s) to delete.
This operation is irreversible. Be absolutely sure about your filter criteria before executing a delete request, especially without a precise
id=eq.{value}
filter.Example Usage
Authorizations
Supabase API Key (anon or service_role)
Headers
Supabase API Key (anon or service_role)
Query Parameters
Filter by ID (e.g., id=eq.UUID)
Response
Account deleted successfully