Destory Project
Developing
Delete a Specific project#
📣 this endpoint Delete a specific project . In this DELETE request the project ID has to be provided in the URL.✳ list of URL parametersproject_id = 36 character in length
📢 Info message : Here URL is contructed likeDELETE /projects/<project_id>
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE 'http://localhost:8080/v1/projects/2121ff81-d704-4c9b-9560-2ba4d6edc3ce'
Responses
application/json {"message":"Resource Deleted successfully .","success":true}
Modified at 2024-07-11 06:23:34