📣 this endpoint delete a player under a project . In this DELETE request the project ID and player ID has to be provided .✳ list of URL parameters
project_id = 36 character in length
player_id = 36 character in length
📢 Info message : Here URL is contructed likeDELETE/projects/<project_id>/players/<player_id>
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.