Skip to main content
DELETE
/
inventory
/
commission-groups
/
{commission_structure_id}
/
providers
/
bulk-remove
Bulk Remove Providers From Structure
curl --request DELETE \
  --url https://api.decodahealth.com/inventory/commission-groups/{commission_structure_id}/providers/bulk-remove \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "provider_ids": [
    "<string>"
  ]
}
'
{}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

commission_structure_id
string
required

Body

application/json
provider_ids
string[]
required

Response

Successful Response

{key}
integer