deleteDoc

Overview

Parameters:

  • String - doc token

Return:

To delete this document we need:

  • set your api token.

  • set your doc token.

  • call the method.

Usage:

Import the relevant components:

import docs.DocRequests;
import response.DocsResponse;

import services.JsonConverter;

Set your Api Token:

Set your doc token.

Call the method deleteDoc and receive the DocResponse class or an error message as a response:

Example:

Last updated

Was this helpful?