跳到主要内容

删除草稿

注意

该门户网站正在开发中。文档的完整版本请看这里.

用于删除之前创建的草稿的方法。

限制:

  • 只有那些尚未发布的版本才能被删除。

交互参数

DELETE https://public-api.rustore.ru/public/v1/application/{packageName}/version/{versionId}
属性类型必须布局描述
Public-TokenstringheaderPublic API Rustore的访问令牌
packageNamestringpath应用程序的包名
versionIdnumberpath应用程序版本

响应参数

属性类型必须描述填写示例
codestring响应代码error/OK
messagestring响应代码解释
timestamptimestamptz响应时间2022-07-08T13:24:41.8328711+03:00

示例

curl --location --request DELETE 
'https://public-api.rustore.ru/public/v1/application/com.package.example/version/123' \
--header 'Content-Type: application/json' \
--header 'Public-Token: {YOURtoken}'