Skip to main content
Use this endpoint to permanently remove a phone number from your Weya AI workspace. Once deleted, the phone number will no longer be available for inbound or outbound calling and will be unassigned from any associated AI Agent.
Deleting a phone number is permanent and cannot be undone. If the phone number is currently being used by active campaigns or assigned to an AI Agent, ensure it is no longer in use before deleting it.

OpenAPI

Authorizations

string
required
Bearer Token for the authenticated user.Format:Authorization: Bearer YOUR_ACCESS_TOKEN

Path Parameters

string
required
The unique identifier of the phone number to delete.

Example Request

Successful Response

Response Fields

boolean
Indicates whether the phone number was successfully deleted.
string
Confirmation message indicating that the phone number has been permanently removed.

Error Responses

Unauthorized (401)

Not Found (404)

Conflict (409)

Internal Server Error (500)