Delete Mod Tags
DELETE/games/:game-id/mods/:mod-id/tags
Delete tags from a mod's profile. Deleting tags is identical to adding tags except the request method is DELETE
instead of POST
. Successful request will return 204 No Content
.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15038 | The authenticated user does not have permission to delete tags for the specified mod. Ensure the user is part of the mod team before attempting the request again. |
Responses
- 204
- 403
Successful Request. No Body Returned.
The authenticated user does not have permission to delete tags for the specified mod. Ensure the user is part of the mod team before attempting the request again.