Delete a git trigger
Delete a git trigger. This is irreversible.
Path Parameters
repoRequiredstringThe repository id
"uuid"triggerRequiredstringThe trigger id
Response Body
200
Trigger deleted successfully
responseRequiredobject400
Invalid request
messageRequiredstring403
User does not have permission to delete a trigger on this repository
messageRequiredstring404
Trigger does not exist
responseRequiredobject500
Internal server error
messageRequiredstringTrigger deleted successfully
Create a repository POST
Create a repository. Once the repository is created, it will also be created on the Git server. The repository name must be unique within your account. Once created, you can then push your code to this repository. The repo will be available at `git.freestyle.sh/{repo-id}`
Delete a Git identity DELETE
Delete a Git identity. This will revoke all permissions granted to this identity.