DELETE - Remove Asset from Application
Note: All body parameters need to be inside a 'data' object, as shown in the example request at the bottom.
Use this endpoint to remove an asset from an application
DELETE
https://api.readyplayer.me/v1/assets/:id/application
Path Parameters
Name
Type
Description
id*
string
The id of the asset you want to remove the application from.
Request Body
Name
Type
Description
data.applicationId*
string
The id of the application you wish to remove from the asset.
Example Request Body
Example Response
Returns a the whole updated asset in response.
Last updated
Was this helpful?