Hosting: PHP
Reset PHP extensions
Resets all PHP extensions of the website to their default state.
Use it to recover from extension conflicts or restore the original configuration.
patch/api/hosting/v1/accounts/{username}/websites/{domain}/php/extensions/reset
Path parameters
usernamestring required
Example:u123456789
domainstring required
Example:mydomain.tld
Domain name
Response
Success empty response
Example response
{
"message": "Request accepted"
}