Delete a plan
DELETE
/v1/plans/{plan} https://api.stripe.com/
Parameters
path Path Parameters
| Name | Type |
|---|---|
plan
required
| string |
Request Body
application/x-www-form-urlencoded
{}
Responses
200 application/json
Successful response.
interface DeletedPlan {
deleted: true;
id: string;
object: "plan";
}
deleted: true;
id: string;
object: "plan";
}
default application/json
Error response.
interface Error {
error:ApiErrors ;
}
error:
}