Remove an Add-on installation from your account

DELETE /marketplace/InstalledAddOns/{Sid}

Remove an Add-on installation from your account

Path parameters

  • Sid string Required

    The SID of the InstalledAddOn resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^XE[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /marketplace/InstalledAddOns/{Sid}
curl \
 --request DELETE 'https://preview.twilio.com/marketplace/InstalledAddOns/{Sid}' \
 --user "username:password"