Delete a git trigger
Delete a git trigger. This is irreversible.
Path Parameters
The repository id
uuidThe trigger id
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.freestyle.sh/git/v1/repo/497f6eca-6276-4993-bfeb-53cbbbba6f08/trigger/string"{}{
"message": "string"
}{
"message": "string"
}{}{
"message": "string"
}Create a repository
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 repository
Delete a repository. This is irreversible, and will also delete the repository on the Git server.