그래프 API 버전

    Whats App Business Phone Number Deregister

    읽기

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    만들기

    Deregister a business phone number so it cannot be used with WhatsApp Cloud API.

    다음 경로에서 deregister 에지에 POST 요청을 만들 수 있습니다:
    When posting to this edge, no Graph object will be created.

    Requirements

    TypeDescription

    Access Tokens

    User or System User

    Permissions

    whatsapp_business_management

    Request Syntax

    POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/deregister

    Example Request

    curl -X POST 'https://graph.facebook.com/v21.0/110200345501442/deregister' \
    -H 'Authorization: Bearer EAAJB...'
    

    Example Response

    {
      "success": true
    }
    

    매개변수

    이 엔드포인트는 매개변수가 없습니다.

    반환 유형

    Struct {
    success: bool,
    }

    오류 코드

    오류설명
    100Invalid parameter
    133016Registration or Deregistration failed because there were too many attempts for this phone number in a short period of time
    131000Something went wrong
    200Permissions error

    업데이트 중

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    삭제 중

    이 엔드포인트에서 수행할 수 없는 작업입니다.