Delete a CustomerAsk AIdelete https://api.inscribe.ai/api/v2/customers/{customer_id}Permanently deletes a customer and all documents associated with this customer. It cannot be undone.Path Paramscustomer_iduuidrequiredThe id of the customer to be deleted.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 204Successfully deleted. 400You have provided incorrect data. 403You do not have permission to access this resource. 404The specified resource was not found. 429Too many requests. The request has been rate limited. For more information, visit our documentation on rate limiting.Updated 7 months ago