CancelGracePeriod cancels a pending release and restores allocation.
POST/api/v1/voice/admin/did-pool/:didPoolId/cancel-grace
Reactivates a DID that is in the grace period. Useful when customer decides to keep the number.
Parameters
- did_pool_id: Required, pool item to restore
Prerequisites
- DID must be in pending_release status
Side Effects
- Changes status back to allocated
- Clears grace period end date
- Records cancellation in audit log
Errors
- NOT_FOUND: Pool item does not exist
- FAILED_PRECONDITION: DID not in grace period
- PERMISSION_DENIED: Caller lacks voice:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.