deleteTempus

A Graze API POST request that deletes an existing Tempus Moolet.

Back to Graze API EndPoint Reference.

Request arguments

Endpoint deleteTempus takes the following request arguments:

Name

Type

Required

Description

auth_token

String

Yes

A valid auth_token returned from the authenticate request. See the authenticate endpoint for more information.

name

String

Yes

Name of the Tempus Moolet you want to delete.

Response

Endpoint deleteTempus returns the following response:

Examples

The following examples demonstrate typical use of endpoint deleteTempus:

Request example

Example cURL request to delete Tempus algorithm "newTempus":

curl -X POST -u graze:graze -k "https://localhost/graze/v1/deleteTempus" -H "Content-Type: application/json; charset=UTF-8" --data '{ "name" : "newTempus" }' 

Response example