sst_pm_delete_project: Delete the existing project

View source: R/project_management.R

sst_pm_delete_projectR Documentation

Delete the existing project

Description

Deletes the existing project in Serpstat by project ID.

Usage

sst_pm_delete_project(api_token, project_id = NULL)

Arguments

api_token

(required) Serpstat API token from your profile.

project_id

(required) ID of the project in Serpstat.

Value

Returns the state of the deletion operation.

API docs

Check all the values for request and response fields here.

API credits consumption

returns 1 project credit.

Examples

## Not run: 
api_token <- Sys.getenv('SERPSTAT_API_TOKEN')
sst_pm_delete_project(
  api_token  = api_token,
  project_id = 12345
  )

## End(Not run)

serpstatr documentation built on Sept. 11, 2024, 7:16 p.m.