Delete recording push config

DELETE https://voice.8x8.com/api/v1/subaccounts/:subAccountId/recording-push-config

Delete recording push config

Request

Path Parameters

    subAccountId stringrequired

    Possible values: >= 3 characters and <= 50 characters, Value must match regular expression ^[A-Za-z0-9\-._&]{3,50}$

    You must replace {subAccountId} with the subaccountid that you want to use. By default this is generated once you have completed the voice onboarding.

Request succeeded

Schema

    deleteboolean

    The recording push config has been deleted.

    subAccountIdstring

    The sub account id for the recording push config.

    protocolstring

    The protocol to be used for the recording push config.

    hoststring

    The host to be used for the recording push config.

    portinteger

    The port to be used for the recording push config.

    usernamestring

    The username to be used for the recording push config.

    passwordSetboolean

    The password to be used for the recording push config.

    pathstring

    The path to be used for the recording push config.

    statusCodeinteger

    The status code for the recording push config.

    statusMessagestring

    The status message for the recording push config.

{
"delete":true,
"subAccountId":"XXXX",
"protocol":"ftp",
"host":"ftp.sample.com",
"port":21,
"username":"username",
"passwordSet":true,
"path":"/path/to/folder",
"statusCode":0,
"statusMessage":"ok"
}

API key not found or invalid

Resource not accessible

Resource not found

Server error


Source: https://developer.8x8.com/connect/reference/delete-recording-push-config · 8x8 CPaaS Developer Docs. Synced for support deflection.

Was this article helpful?
or
0 out of 0 found this helpful

0 Comments

Please sign in to leave a comment.

Didn't find what you were looking for?

Submit a request