# Suspend a mobile SIM Endpoint: POST /sim-suspension-request Version: 2.1 Security: bearerAuth ## Request fields (application/json): - `rentalProductInventoryId` (integer, required) Rental product inventory identifier Example: 1 ## Response 200 fields (application/json): - `rentalProductInventoryId` (integer, required) Rental product inventory identifier Example: 1 - `provisioningStatus` (string, required) Indicates the current status of the provisioned rental product inventory Enum: "INACTIVE", "ACTIVE", "ACTIVE_BUT_PORTING", "SUSPENDED", "PENDING", "PENDING_EXTENDED", "SUCCESS", "ERROR", "TERMINATED" - `failureReason` (string) Failure Reason - `transactionId` (string) Provisioning transaction id ## Response 400 fields ## Response 401 fields ## Response 403 fields