This endpoint allows you to unarchive a specific plan identified by its planId. When a plan is unarchived, it is restored to an active state, making it available for use again.
Security
ApiKeyAuth
POST
curl -i -X POST \
'https://api.tellisim.com/v3/plans/{planId}/unarchive?key=YOUR_API_KEY_HERE'Response
{ "error": false, "message": "Plan unarchived successfully" }