cURL
curl --request POST \ --url https://{subdomain}.mihu.ai/api/v1/phone-numbers/{uuid}/release \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "phone_number_uuid": "<string>", "status": "deleted", "deleted_at": "2023-11-07T05:31:56Z" } }
Action-style alias for DELETE /api/v1/phone-numbers/. Soft-deletes a number after checking that it has no active agent bindings.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Released
Show child attributes