Delete Client Compnay Partition
Request
Body Params application/json
{
"companyId": 2,
"clientCompanyPartitionId": "ec5a5b51-bc4f-4336-9268-077eb66ecd97"
}
Request Code Samples
curl --location --request DELETE 'http://localhost:8082/rest/admin/secured/companies/client-company/delete-client-partition' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": 2,
"clientCompanyPartitionId": "ec5a5b51-bc4f-4336-9268-077eb66ecd97"
}'
Responses
application/json Modified at 2024-03-06 02:01:11