Withdraw Own Roadmap Suggestion
Soft-deletes a suggestion the caller submitted, setting its status to 'withdrawn'. 403 if not the owner, or the suggestion is no longer 'suggested'.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
item_id*Item Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/roadmap/suggestions/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}