Twilio - Fax
    Twilio - Fax
    • /v1/Faxes
      GET
    • /v1/Faxes/{FaxSid}/Media
      GET
    • /v1/Faxes/{FaxSid}/Media/{Sid}
      DELETE
    • /v1/Faxes/{FaxSid}/Media/{Sid}
      GET
    • /v1/Faxes/{Sid}
      DELETE
    • /v1/Faxes/{Sid}
      GET

      /v1/Faxes/{FaxSid}/Media/{Sid}

      DELETE
      /v1/Faxes/{FaxSid}/Media/{Sid}
      Delete a specific fax media instance.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://fax.twilio.com/v1/Faxes//Media/'
      Response Response Example
      {}

      Request

      Path Params
      FaxSid
      string 
      required
      The SID of the fax with the FaxMedia resource to delete.
      Sid
      string 
      required
      The Twilio-provided string that uniquely identifies the FaxMedia resource to delete.

      Responses

      🟢204The resource was deleted successfully.
      application/json
      Body
      object {0}
      Previous
      /v1/Faxes/{FaxSid}/Media
      Next
      /v1/Faxes/{FaxSid}/Media/{Sid}
      Built with