# Suspend a plan attachment This operation stops all telco services on this attachment and puts it in a suspended state. This is a non-reversible operation. Endpoint: POST /v3/subscriptions/{iccid}/plan-attachments/{id}/suspend Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `iccid` (string, required) - `id` (string, required) ## Response 200 fields (application/json): - `error` (boolean, required) A boolean indicating whether an error occurred during the request - `message` (string, required) A string containing any error message, if applicable Example: "Plan attachment suspended successfully" ## Response 401 fields (application/json): - `error` (boolean, required) Indicates whether an error occurred during the request Example: true - `message` (string, required) Error message describing the unauthorized access Example: "Unauthorized: API key is missing"