curl --request DELETE \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/plans/{code} \
--header 'x-admin-api-key: <x-admin-api-key>'Delete a plan with the provided code.
Note: This endpoint is restricted for internal use only. Cannot delete plans with active subscriptions.
curl --request DELETE \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/plans/{code} \
--header 'x-admin-api-key: <x-admin-api-key>'