Detach a license from a provider

This will delete the license and associated verification records for the specified provider. This will also delete any related data such as screenshots, attachments, export reports, alerts etc.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider to detach the license from.

licenseId
required
string <uuid>

The identifier describing the license that you want to detach.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

delete/providers/{providerId}/licenses/{licenseId}