Version API du graphe

    Whats App Business Phone Number Deregister

    Lecture

    Vous ne pouvez pas effectuer cette opération sur ce point de terminaison.

    Création

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

    You can make a POST request to deregister edge from the following paths:
    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
    }
    

    Paramètres

    Ce point de terminaison n’a aucun paramètre.

    Type de retour

    Struct {
    success: bool,
    }

    Error Codes

    ErreurDescription
    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

    Mise à jour

    Vous ne pouvez pas effectuer cette opération sur ce point de terminaison.

    Suppression

    Vous ne pouvez pas effectuer cette opération sur ce point de terminaison.