pydo.addons.delete()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.addons.delete(resource_uuid="4de7ac8b-495b-4884-9a69-1050c6793cd6")Description
To delete an add-on resource, send a DELETE request to /v2/add-ons/saas/{resource_uuid} with the UUID of the resource to delete.
You cannot retrieve the resource after it has been deleted. The response indicates a request was sent to the 3rd party add-on provider to delete the resource.
You will no longer be billed for this resource.
Parameters
resource_uuidstring requiredA unique identifier for the add-on resource.
More Information
See /v2/add-ons/saas/{resource_uuid} in the API reference for additional detail on responses, headers, parameters, and more.