cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GITHUB_DELETE_RELEASE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GITHUB_DELETE_RELEASE", "parameters": { "owner": "<string>", "repo": "<string>", "id": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Owner : Specify the name of the account owner of the associated repository for this Issue. (example: "abc")
Repository : Specify the name of the associated repository for this Issue.
Release ID : Specify the ID of the release to delete.
Success
Was this page helpful?