Canary Speech

EndProject

POST - /v3/reseller/project/end
Required Permissions:
  • scope:reseller

Description

Marks a specified project as having ended.

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...
Content-Type
The content type for this request.
application/json

Body Parameters

NameTypeDescription
* projectIduuid
The ID of the project to target.

Successful Response

A successful response

Field NameTypeDescription
messagestring
"OK"

Code Example