Delete Product Feature

DELETE /api/v1/product-features/{id}/

Deletes a single product feature, if the requesting manager has access permissions to it.

circle-info

This will completely purge the product feature, also deleting it from all the licenses. To delete the product feature but leave it intact on licenses, PATCH the is_deleted field instead.

Request

Path parameter:

  • id — ID of the product feature to delete

No request body required.

Responses

200 OK

Note: Try-it-out is not available for this endpoint (hasTryItOut: false).

Last updated

Was this helpful?