Logo
Profit.co's Public API Documentation

Delete Team

POST https://api.profit.co/app/dao/v6/okrsettings?a=deleteTeam&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To delete the team by teamId

 

Body PARAM

Key Datatype Required Description 
a
string
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.profit.co/app/dao/v6/okrsettings?a=deleteTeam&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=deleteTeam&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>' -F '{"name"=>"teamId", "value"=>"<TEAM_ID>", "datatype"=>"string"}=' -F '{"name"=>"teamName", "value"=>"<TEAM_NAME>", "datatype"=>"string"}='

ENDPOINTS