Delete Quota

Delete Quota

Description

Delete an existing quota for a project (Note: Only quotas with no activity can be deleted)

Request URL

Prodege Base URL + /quota-delete

Request Method

POST

Request Parameters

Parameter Name

Parameter Type

Description

Required?

apik

String

Your API Key.

Yes

request_date

Numeric

Timestamp in milliseconds (see Authentication).

Yes

signature

String

The signature of your request (see Authentication).

Yes

prodege_project_id

Numeric

The ID that uniquely identifies this project in the Prodege system.

Yes

quota_id

Numeric

The id that uniquely identifies this quota for the project.

Yes

Response Parameters

Parameter Name

Parameter Type

Description

return_status

String

The return status for this api call

prodege_project_id

Numeric

The id that uniquely identifies this project

quota_id

Numeric

The id that uniquely identifies this quota

Last updated