This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************{
"deleteType": "deleteGitOnly"
}curl --location -g --request DELETE 'https://manage.runcloud.io/api/v3/atomic/{{atomicProjectId}}' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleteType": "deleteGitOnly"
}'{}