Delete Provider

Table 1. API: Delete Provider
Element Description
API DeleteProvider
Description This API Deletes Provider. API is accessable to cloud admin and elevated provider service account users.
Method DELETE
URL Http(s)://{xx.xxxx.xx.xx:xxx}/v3/providers/{providerId}
Body Parameters
  • providerId (Mandatory): Unique Identifier of Provider. It can be any value either ProviderEntityId or Name of the Provider available on Manage Provider screen.
Header
  • Authorization Key: The initial step that needs to be performed before consuming HCL BigFix CLM APIs is to obtain the Token Value for an authorization key. Once a Token value is obtained, it remains valid for all API calls made in a session. For more information on how to do that, refer Token API description.
  • Content-type: application/json
Response

A Sample Response:

"Provider is deleted."
Response Parameters