Skip to main content
DELETE
/
api
/
governance
/
customers
/
{customer_id}
Delete customer
curl --request DELETE \
  --url http://localhost:8080/api/governance/customers/{customer_id}
{
  "message": "<string>"
}

Path Parameters

customer_id
string
required

Customer ID

Response

Customer deleted successfully

Simple message response

message
string