# Remove shotgun project connection **POST /import/shotgun/remove/projectconnection** Remove a Shotgun project-user connection from the database. Provide the Shotgun entry ID in the JSON body. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the connection to remove ## Responses ### 200: Removal result returned #### Body Parameters: application/json (object) - **success** (boolean) Whether the removal was successful - **removed_instance_id** (string(uuid)) ID of the removed connection, if found ### 400: Invalid request body or instance not found [Powered by Bump.sh](https://bump.sh)