/**
* Generated by orval v6.31.0 🍺
* Do not edit manually.
* Unlockpage API
* This is the API server for Unlockpage micropayments platform.
* OpenAPI spec version: 1.0
*/
export type DeleteWebsiteParams = {
/**
* Website ID to remove
*/
website_id: string;
};