This endpoint allows you to archive a specific plan identified by its planId. Archiving a plan may be necessary for managing your plans effectively, especially when they are no longer active or needed.
Security
ApiKeyAuth
POST
curl -i -X POST \
'https://api.tellisim.com/v3/plans/{planId}/archive?key=YOUR_API_KEY_HERE'Response
{ "error": false, "message": "Plan archived successfully" }